Fix parallel bootstrap on MS-Windows in lib/ and lisp/.
authorEli Zaretskii <eliz@gnu.org>
Tue, 26 Jun 2012 16:57:54 +0000 (19:57 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 26 Jun 2012 16:57:54 +0000 (19:57 +0300)
commita6b47a7c06557044fb625dfd96c61e0e10750469
tree9fd37c77770242d3e190d65446072fd2515a2a42
parent260fa4cbf92cf178f0a4ff509ffd60b94a477a41
Fix parallel bootstrap on MS-Windows in lib/ and lisp/.

 lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.  This
 replaces separate dependency for each object file, which required
 the same object file to be mentioned twice, causing failures in
 parallel builds.
 lisp/makefile.w32-in (compile, compile-always): Depend on
 update-subdirs, not on subdirs.el.  Otherwise, several different
 sub-targets of 'bootstrap' running in parallel could
 simultaneously write to subdirs.el, producing a garbled file.
ChangeLog
lib/makefile.w32-in
lisp/ChangeLog
lisp/makefile.w32-in